[Top] [Prev] [Next] [Bottom] [Contents]

SaGetSessTimeOut

Gets the amount of time, in seconds, that a Sapphire generated application server will remain idle before exiting. This also is the session affinity timeout value.

Synopsis

#include "SaRnHtml.h"
int SaGetSessTimeOut SUTPROTO(());

Arguments

None.

Return Values

Number indicating the amount of time in seconds that a Sapphire generated application server will remain idle before exiting. This also is the session affinity timeout value.

Description

Gets the amount of time, in seconds, that a Sapphire generated application server will remain idle before exiting. This also is the session affinity timeout value. No change is made if the value is less than 20. The default value is 1200 seconds.

Example

int t;
t = SaGetSessTimeOut();

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.